home *** CD-ROM | disk | FTP | other *** search
- ;
- ; **********************************************
- ;
- ; Amiga ROM 3.1 RKM Includes files for PureBasic
- ;
- ; **********************************************
- ;
-
- IncludePath "PureInclude:"
-
- XIncludeFile "exec/all.pb"
- XIncludeFile "dos/all.pb"
- XIncludeFile "graphics/all.pb"
- XIncludeFile "intuition/all.pb"
- XIncludeFile "utility/all.pb"
- XIncludeFile "workbench/all.pb"
- XIncludeFile "prefs/all.pb"
- XIncludeFile "diskfont/all.pb"
- XIncludeFile "hardware/all.pb"
- XIncludeFile "libraries/all.pb"
- XIncludeFile "gadgets/all.pb"
- XIncludeFile "rexx/all.pb"
- XIncludeFile "resources/all.pb"
- XIncludeFile "devices/all.pb"
- XIncludeFile "datatypes/all.pb"
-
-